setEnablePageGraphics Method
In This Topic
Sets a value indicating whether page graphics is enabled.
If page graphics is not enabled, then the method will return null for pages loaded from the PDF file.
Syntax
public void setEnablePageGraphics(
boolean
)
|
Parameters
- value
- True if the page graphics is enabled.
See Also